home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / docs / misc / ReSourcePatch.readme < prev    next >
Encoding:
Text File  |  1997-10-21  |  1012 b   |  25 lines

  1. Short:    Patch ReSource to use one bitplane for its screen
  2. Author:   Mark Knibbs <mark_k@iname.com>
  3. Uploader: Mark Knibbs <mark_k@iname.com>
  4. Type:     docs/misc
  5.  
  6.  
  7.     How to patch the ReSource executable to use one bitplane for its screen
  8.     =======================================================================
  9.  
  10. ReSource, an Amiga disassembler from The Puzzle Factory is a superb product.
  11. However, with the introduction of version 6 the display routines were changed
  12. to make them more RTG-friendly. The new routines are significantly slower
  13. than those in version 5.
  14.  
  15. The effect of this is especially bad for users with ECS machines. My
  16. preferred screenmode for running ReSource is Super72:High Res, 800×300. In
  17. four colours, this is almost unusably slow on my (accelerated) A2000.
  18. Changing the screen depth to 1 speeds things up greatly. Since the
  19. disassembled code only uses 1 colour (plus background), this is unaffected by
  20. the change. The only differences are cosmetic.
  21.  
  22.  
  23. -- Mark Knibbs
  24. mark_k@iname.com
  25.